body{
    background-color: #000000;
    color:#fff;
}

/* Carousel */
 .carousel .carousel-item {
  height: 80vh;
}
.carousel .carousel-item video,
.carousel .carousel-item img {
  object-fit: cover;
  height: 100%;
}
#mma-carousel .carousel-caption {
  bottom: 20%;
  z-index: 2;
  animation: fadeInUp 1s ease-in-out;
}

#mma-carousel .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.2));
  z-index: 1;
}

/* Hide controls completely */
.carousel-control-prev,
.carousel-control-next {
  display: none;
}


   .carousel-caption h5 {
      font-size: 2rem;
      font-weight: bold;
    }
    .video-container {
  height: 100vh;
  width: 100%;
  overflow: hidden;
}

.video-container video {
  object-fit: cover;
  height: 100%;
  width: 100%;
}

/* Carousel */


/* Floating text */
    /*.marquee-container {*/
    /*  background-color: #ff2e2e;*/
    /*  padding-bottom: 30px;*/
    /*  overflow: hidden;*/
    /*  width: 100%;*/
    /*  position: relative;*/
    /*}*/
    /*.marquee-text {*/
    /*  display: inline-block;*/
    /*  white-space: nowrap;*/
    /*  position: absolute;*/
    /*  font-family: 'edo', sans-serif;*/
    /*  letter-spacing: 2px;*/
    /*  font-size: 20px;*/
      /*color: #fff;*/
    /*  animation: marqueeScroll 15s linear infinite;*/
    /*}*/
    /*@keyframes marqueeScroll {*/
    /*  0%   { left: 70%; }*/
    /*  100% { left: -100%; }*/
    /*}*/



/* Fade-in animation */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.about-text{
    font-size: 1.2rem;
  font-family: 'Anton', sans-serif;
}

/* Navbar */
.nav-item{
    font-size: 20px;
    font-family: 'Anton', sans-serif;
}

/* Skills */

    .section-title {
    color: #ff2e2e;
  font-size: 3rem;
  margin-bottom: 20px;
  text-transform: uppercase;
    }
    .skills .card {
      transition: transform 1.5s ease;
    }
    .skills .card:hover {
      transform: scale(1.05);
    }


/*Card Style*/
.flip-card {
  perspective: 1000px;
  height: 250px;
}

.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  transition: transform 1s;
   border: 1px solid #ffffff;
  transform-style: preserve-3d;
}

.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
    border: 1px solid #ffffff;
}

.flip-card-front,
.flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  backface-visibility: hidden;
  overflow: hidden;
}

.flip-card-front img {
  object-fit: cover;
  height: 100%;
  width: 100%;
  border-radius: 10px;
}

.flip-card-back {
  background-color: #ff2e2e;
  transform: rotateY(180deg);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 20px;
}

.flip-card-back .card-content h5 {
  color: #ffffff;
  margin-bottom: 10px;
  font-weight: bold;
}

.card__title{
  font-size: 38px;
    font-family: 'Metal Mania', cursive;
}

.card__description{
  font-size: 24px;
}

/*Card Style*/


/*Skills Section*/
.skill-card {
width: 100%;
height:250px;
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  aspect-ratio: 1 / 1;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  transition: transform 0.3s ease;
     border: 1px solid #ffffff;

}

.skill-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease, filter 0.5s ease;
  display: block;
}

.skill-card .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(5px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: opacity 0.5s ease;
  padding: 20px;
  text-align: center;
  border-radius: 20px;
}

.skill-card:hover img {
  transform: scale(1.1);
  filter: blur(5px);
}

.skill-card:hover .overlay {
  opacity: 1;
}

.skill-title{
    margin-top: 15%;
 font-family: 'Gagalin', cursive;
  font-size: 40px; /* or adjust to fit your design */
  color: #FFD700; /* vibrant yellow like in the image */
  text-shadow: 2px 2px 0 #000; /* black outline look */
  letter-spacing: 2px;
  text-transform: uppercase;
}

.skill-description{
    font-size:25px;
    color:rgb(185, 185, 185);
}
/*Skills Section*/


/*insta logo*/

button {
  position: relative;
  width: 130px;
  height: 35px;
  border-radius: 30px;
  background-color: white;
  border: 1px #FFB700 solid;
  overflow: hidden;
}

.text1 {
  font-size: 15px;
  font-weight: 600;
  margin-left: 22%;
}

.text2 {
  position: absolute;
  top: 25%;
  left: -50px;
  font-weight: 700;
  font-size: 14px;
  color: white;
}

.icon {
  position: absolute;
  top: 0;
  left: 0;
  transition: transform 0.5s;
}

.icon::before {
  position: absolute;
  left: -100px;
  top: 0;
  z-index: -1;
  content: '';
  width: 130px;
  height: 33px;
  border-radius: 30px;
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
  ;
}

button:hover .icon {
  transform: translateX(96px);
  transition: transform 0.5s;
}

button:hover .text2 {
  transform: translateX(100px);
  transition: transform 0.6s;
}

button:active {
  transform: scale(1.03);
}
/*insta logo*/
/* Default positioning */
#insta {
  position: relative;
  z-index: 1;
}

#skills {
  position: relative;
  z-index: 2;
  margin-top: -150px; /* Overlap onto insta */
  padding-top: 100px;
}

#contact {
  position: relative;
  z-index: 2;
  margin-top: -120px; /* Overlap onto insta */
  padding-top: 80px;
}

/* Mobile Fixes */
@media (max-width: 768px) {
  #skills {
    margin-top: -80px;
    padding-top: 120px;
  }

  #contact {
    margin-top: -60px;
    padding-top: 100px;
  }
}
